From ee05e69f220160cd21b2beff6cbaef2536325dad Mon Sep 17 00:00:00 2001 From: Jimi Xenidis Date: Wed, 17 Jan 2007 13:16:55 -0500 Subject: [PATCH] [XEN][POWERPC] add asm/nmi.h Signed-off-by: Jimi Xenidis --HG-- extra : transplant_source : S%27%F2%12%FC%83%DC%0D%87%85%B0%0Ez%A7Bp%E8%9A%80a --- xen/include/asm-powerpc/nmi.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 xen/include/asm-powerpc/nmi.h diff --git a/xen/include/asm-powerpc/nmi.h b/xen/include/asm-powerpc/nmi.h new file mode 100644 index 0000000000..4618b4b140 --- /dev/null +++ b/xen/include/asm-powerpc/nmi.h @@ -0,0 +1,6 @@ +#ifndef ASM_NMI_H +#define ASM_NMI_H + +#include + +#endif /* ASM_NMI_H */ -- 2.30.2